home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2001 December / pcwk12201b.iso / Wersje testowe / NOD32 PL trial 25 / instalacja.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  2001-08-27  |  2KB  |  71 lines

  1. object Form1: TForm1
  2.   Left = 237
  3.   Top = 116
  4.   Cursor = crArrow
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Wersja j∩┐╜zykowa programu'
  8.   ClientHeight = 117
  9.   ClientWidth = 341
  10.   Color = clBtnFace
  11.   UseDockManager = True
  12.   DockSite = True
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   FormStyle = fsStayOnTop
  19.   Icon.Data = {<image000.ico>}
  20.   KeyPreview = True
  21.   OldCreateOrder = False
  22.   Position = poMainFormCenter
  23.   Scaled = False
  24.   Visible = True
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object Label1: TLabel
  28.     Left = 40
  29.     Top = 16
  30.     Width = 266
  31.     Height = 20
  32.     Caption = 'Wybierz wersj∩┐╜ j∩┐╜zykow∩┐╜ programu:'
  33.     Font.Charset = EASTEUROPE_CHARSET
  34.     Font.Color = clWindowText
  35.     Font.Height = -16
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     ParentFont = False
  39.   end
  40.   object polska: TButton
  41.     Left = 56
  42.     Top = 64
  43.     Width = 97
  44.     Height = 33
  45.     Caption = '&polska'
  46.     Font.Charset = DEFAULT_CHARSET
  47.     Font.Color = clWindowText
  48.     Font.Height = -13
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ParentFont = False
  52.     TabOrder = 0
  53.     OnClick = polskaClick
  54.   end
  55.   object angielska: TButton
  56.     Left = 184
  57.     Top = 64
  58.     Width = 97
  59.     Height = 33
  60.     Caption = '&angielska'
  61.     Font.Charset = DEFAULT_CHARSET
  62.     Font.Color = clWindowText
  63.     Font.Height = -13
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = []
  66.     ParentFont = False
  67.     TabOrder = 1
  68.     OnClick = angielskaClick
  69.   end
  70. end
  71.